home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / DataLo~1.cab / _D65A458FB413499A90C3D11A5370B7FB < prev    next >
Encoding:
Text File  |  2004-05-19  |  427 b   |  28 lines

  1. !Include("CarSetupOptions.def")
  2.  
  3. Option("&SETUPCAR_soft& ")
  4. {
  5.     SetParam("m_nSprings", "1")
  6.     Description("&SETUPCAR_springs&")
  7.     Icon( "Springs_2")
  8.  
  9. }
  10.  
  11. Option("&SETUPCAR_medium& ")
  12. {
  13.     Default()
  14.     SetParam("m_nSprings", "3")
  15.     Description("&SETUPCAR_springs&")
  16.     Icon( "Springs_4")
  17.  
  18. }
  19.  
  20. Option("&SETUPCAR_hard& ")
  21. {
  22.     SetParam("m_nSprings", "5")
  23.     Description("&SETUPCAR_springs&")
  24.     Icon( "Springs_6")
  25.  
  26. }
  27.  
  28.